/**首页**/
/**banner**/
.index-banner {
  position: relative;
}
.index-banner .points {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.index-banner .points span {
  margin: 0 6px;
  height: 8px;
  width: 8px;
  background: #fff;
  opacity: 0.2;
}
.index-banner .points .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 992px) {
  .index-banner .points {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .index-banner .points {
    bottom: 15px;
  }
  .index-banner .points span {
    margin: 0 4px;
  }
}
.index-block-a {
  padding: 50px 0;
}
.index-block-a .left-box {
  width: 370px;
  border: 1px solid #eeeeee;
  border-bottom: 4px solid #015ba7;
}
.index-block-a .left-box .pad {
  padding: 20px 30px 0px;
}
.index-block-a .left-box .en {
  margin-top: 4px;
  margin-bottom: 35px;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.1em;
  color: #b3b3b3;
  opacity: 0.6;
}
.index-block-a .left-box .form-type-a {
  margin: 5px 0 25px;
}
.index-block-a .left-box .ul {
  margin-top: 15px;
  padding: 5px 0;
}
.index-block-a .left-box .ul li {
  padding: 0 20px;
}
.index-block-a .left-box .ul li + li .a {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.index-block-a .left-box .ul .a {
  display: block;
  position: relative;
  margin-left: 18px;
  padding: 18px 0;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.index-block-a .left-box .ul .a:hover {
  color: #005ca4;
}
.index-block-a .left-box .ul .jt-c {
  position: absolute;
  left: -18px;
  top: 0;
  height: 100%;
}
.index-block-a .right-box {
  width: calc(100% - 392px);
}
.index-block-a .right-box .auto-title {
  padding-top: 20px;
}
.index-block-a .right-box .swiper-container {
  margin: 5px -11px 0;
  padding: 20px 0;
}
.index-block-a .right-box .swiper-container .a {
  display: block;
  margin: 11px;
  border: 1px solid #eeeeee;
  padding: 8px 9px;
  text-align: center;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0);
}
.index-block-a .right-box .swiper-container .a:hover {
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
}
.index-block-a .right-box .swiper-container .a:hover .title {
  color: #015ba7;
}
.index-block-a .right-box .swiper-container .img-box {
  position: relative;
}
.index-block-a .right-box .swiper-container .img-box::before {
  content: '';
  display: block;
  padding-top: 66.666666%;
}
.index-block-a .right-box .swiper-container .title {
  margin: 20px 0 16px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.index-block-a .right-box .btn-box {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  background: rgba(0, 0, 0, 0.02);
}
.index-block-a .right-box .btn-box .btn {
  display: inline-block;
  width: 30px;
  height: 74px;
  vertical-align: middle;
}
.index-block-a .right-box .btn-box .points {
  display: inline-block;
  margin: 0 15px;
  width: auto;
  vertical-align: middle;
}
.index-block-a .right-box .btn-box .points span {
  vertical-align: middle;
}
.index-block-a .right-box .btn-box .points .swiper-pagination-current {
  color: #015ba7;
}
@media (max-width: 1530px) {
  .index-block-a {
    padding: 45px 0;
  }
  .index-block-a .left-box .form-type-a {
    margin: 30px 0;
  }
}
@media (max-width: 1400px) {
  .index-block-a .left-box .pad {
    padding-top: 30px;
  }
  .index-block-a .left-box .en {
    margin-bottom: 15px;
  }
  .index-block-a .left-box .form-type-a {
    margin: 20px 0;
  }
  .index-block-a .right-box .swiper-container .title {
    margin: 15px 0 10px;
  }
}
@media (max-width: 1200px) {
  .index-block-a {
    padding: 45px 0;
  }
  .index-block-a .block {
    flex-wrap: wrap;
  }
  .index-block-a .left-box {
    display: flex;
    width: 100%;
  }
  .index-block-a .left-box .pad {
    display: flex;
    width: 100%;
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .index-block-a .left-box .en {
    margin: 0 0 0 15px;
    font-size: 20px;
  }
  .index-block-a .left-box .form-div {
    width: 100%;
  }
  .index-block-a .left-box .form-div .auto-title-a {
    display: none;
  }
  .index-block-a .left-box .form-type-a {
    margin: 15px 0 20px;
  }
  .index-block-a .left-box .ul {
    display: flex;
    width: 100%;
    padding: 15px 8px;
    flex-wrap: wrap;
  }
  .index-block-a .left-box .ul li {
    width: 50%;
    padding: 0 8px;
  }
  .index-block-a .left-box .ul li + li .a {
    border-top: 0 none;
  }
  .index-block-a .left-box .ul .a {
    margin-left: 13px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 15px 0;
  }
  .index-block-a .left-box .ul .jt-c {
    left: -13px;
  }
  .index-block-a .right-box {
    width: 100%;
  }
  .index-block-a .right-box .auto-title {
    padding-top: 35px;
  }
  .index-block-a .right-box .swiper-container {
    margin: 10px -8px;
    padding: 0;
  }
  .index-block-a .right-box .swiper-container .a {
    margin: 8px;
  }
  .index-block-a .right-box .swiper-container .a:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .index-block-a .right-box .swiper-container .title {
    margin: 15px 0 10px;
  }
  .index-block-a .right-box .btn-box .btn {
    height: 54px;
  }
}
@media (max-width: 992px) {
  .index-block-a {
    padding: 35px 0;
  }
  .index-block-a .left-box .en {
    font-size: 16px;
  }
  .index-block-a .left-box .ul .a {
    padding: 12px 0;
    font-size: 14px;
  }
  .index-block-a .right-box {
    width: 100%;
  }
  .index-block-a .right-box .auto-title {
    padding-top: 25px;
  }
  .index-block-a .right-box .swiper-container {
    margin: 8px -6px;
  }
  .index-block-a .right-box .swiper-container .a {
    margin: 6px;
  }
  .index-block-a .right-box .swiper-container .title {
    margin: 10px 0 5px;
    font-size: 14px;
  }
}
.index-block-b {
  position: relative;
  background: #015ba7;
}
.index-block-b::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 65%;
  background: url(../images/index/back1.jpg) no-repeat center / 100% 100%;
}
.index-block-b .wrap {
  position: relative;
}
.index-block-b .top {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
}
.index-block-b .top .title .en {
  font-weight: 700;
  font-size: 46px;
  line-height: 0.5em;
  color: #010101;
  opacity: 0.1;
}
.index-block-b .top .title .cn {
  font-size: 36px;
  line-height: 0.66em;
  color: #015ba7;
}
.index-block-b .top .title .icon {
  display: inline-block;
  position: relative;
  margin: 24px 0 70px;
  height: 21px;
  width: 21px;
  background: url(../images/icon1.jpg) no-repeat center;
}
.index-block-b .top .title .icon::before,
.index-block-b .top .title .icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  border-top: 1px solid #00598a;
  border-bottom: 1px solid #00598a;
  width: 36px;
  height: 6px;
}
.index-block-b .top .title .icon::before {
  left: 100%;
  margin-left: 8px;
}
.index-block-b .top .title .icon::after {
  right: 100%;
  margin-right: 8px;
}
.index-block-b .top .cont {
  margin: 0 auto 30px;
  width: 870px;
  max-width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.index-block-b .top .more {
  display: inline-block;
  border-radius: 21px;
  border: solid 1px #cccccc;
  padding: 0 33px;
  font-size: 16px;
  line-height: 40px;
  color: #015ba7;
  background-color: #ffffff;
  transition: all 0.3s;
}
.index-block-b .top .more .jt-e {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 18px;
  vertical-align: middle;
}
.index-block-b .top .more:hover {
  border-color: #015ba7;
  color: #fff;
  background: #015ba7;
}
.index-block-b .top .more:hover .jt-e::before,
.index-block-b .top .more:hover .jt-e::after {
  background: #fff;
}
.index-block-b .bot .img {
  display: block;
}
.index-block-b .bot .wid-box {
  padding: 6% 0;
  color: #fff;
}
.index-block-b .bot .wid-box .wid {
  max-width: 40%;
  text-align: center;
}
.index-block-b .bot .wid-box .wid + .wid {
  margin-left: 10%;
}
.index-block-b .bot .wid-box .word {
  padding-left: 20px;
  text-align: left;
}
.index-block-b .bot .wid-box .title {
  font-size: 22px;
  line-height: 1.4em;
}
.index-block-b .bot .wid-box .des {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .index-block-b .top {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .index-block-b .top .title .en {
    font-size: 36px;
  }
  .index-block-b .top .title .cn {
    font-size: 26px;
  }
  .index-block-b .top .title .icon {
    margin: 15px 0 20px;
  }
  .index-block-b .top .cont {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .index-block-b .top .more {
    font-size: 14px;
    line-height: 36px;
  }
  .index-block-b .bot .wid-box .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .index-block-b .bot .wid-box .des {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .index-block-b .top {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .index-block-b .top .title .en {
    font-size: 30px;
  }
  .index-block-b .top .title .cn {
    font-size: 20px;
  }
  .index-block-b .top .title .icon {
    margin: 10px 0 10px;
  }
  .index-block-b .top .cont {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .index-block-b .bot .wid-box {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  .index-block-b .bot .wid-box .wid {
    width: 100%;
    max-width: 100%;
  }
  .index-block-b .bot .wid-box .wid + .wid {
    margin-left: 0;
    margin-top: 15px;
  }
  .index-block-b .bot .wid-box img {
    height: 50px;
  }
  .index-block-b .bot .wid-box .title {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .index-block-b .bot .wid-box .des {
    font-size: 14px;
  }
}

.index-block-c{position: relative;background-repeat:no-repeat;background-position: center;background-size: cover;padding:0px 0 0px;}
.index-block-c:before{position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-color: #0a1c64;content: "";opacity: .90;}
.index-block-c .wrap{position: relative;}
.index-block-c .title-box {padding: 110px 0 90px;}
.index-block-c .title .en {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4em;
  color: #fff;
  opacity: 1;
}
.index-block-c .title .cn {
  font-size: 36px;
  line-height: 1.2em;
  color: #fff;
}
.index-block-c .menu {width:100%;text-align: right;margin-top:-40px;}

.index-block-c .menu .a {
  font-size:24px;
  line-height:30px;
  color: #fff;
}
.index-block-c .menu .a + .a {
  margin-left: 35px;
}
.index-block-c .menu .a.on {
  color: #bcd234;
}
.index-block-c .swiper-box .swiper-li {
  display: none;
}
.index-block-c .swiper-box .swiper-slide {
  display: inline-block;
}
.index-block-c .swiper-box .box {
  display: block;
  position: relative;
  border-bottom: 2px solid #eeeeee;
}
.index-block-c .swiper-box .box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 0;
  background: #bcd234;
  transition: all 0.3s;
}
.index-block-c .swiper-box .box:hover::after {
  width: 100%;
}
.index-block-c .swiper-box .box:hover .title {
  color: #bcd234;
}
.index-block-c .swiper-box .img-box::before {
  content: "";
  display: block;
  padding-top: 86.4864%;
}
.index-block-c .swiper-box .cont {
  padding: 30px 0 24px;
}
.index-block-c .swiper-box .title {
  font-size: 16px;
  line-height: 30px;
  color: #fff;font-weight:600;
}
.index-block-c .swiper-box .txt {
  margin: 10px 0 26px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #eee;
}
.index-block-c .swiper-box .txt span {
  display: inline-block;
  color: #fff;
}
.index-block-c .swiper-box .date {
  font-size: 14px;
  line-height: 20px;
  color: #eee;
}
.index-block-c .btns {
  padding: 54px 0 125px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.index-block-c .btns .btn {
  display: inline-flex;
  margin: 0 5px;
  border-radius: 2px;
  height: 50px;
  min-width: 50px;
  vertical-align: middle;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #f1f1f1 no-repeat center;
}
.index-block-c .btns .btn:hover {
  background-color: #005ca4;
}
.index-block-c .btns .prev {
  background-image: url(../images/icon5_1.png);
}
.index-block-c .btns .prev:hover {
  background-image: url(../images/icon5_1_h_2.png);
}
.index-block-c .btns .next {
  background-image: url(../images/icon5_2.png);
}
.index-block-c .btns .next:hover {
  background-image: url(../images/icon5_2_h_2.png);
}
.index-block-c .btns .return {
  width: 80px;
}
.index-block-c .btns .return .point {
  display: block;
}
.index-block-c .btns .return .point::before,
.index-block-c .btns .return .point::after {
  content: "";
  display: inline-block;
  margin: 2px;
  width: 4px;
  height: 4px;
  background-color: #999999;
}
.index-block-c .btns .return:hover .point::before,
.index-block-c .btns .return:hover .point::after {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .index-block-c .title-box {
    padding: 35px 0 35px;
  }
  .index-block-c .title .en {
    font-size: 36px;
  }
  .index-block-c .title .cn {
    font-size: 26px;
  }
  .index-block-c .swiper-box .cont {
    padding: 15px 0 15px;
  }
  .index-block-c .swiper-box .txt {
    margin: 5px 0 10px;
  }
  .index-block-c .btns {
    padding: 35px 0 55px;
  }
}
@media (max-width: 992px) {
  .index-block-c .title-box {
    padding: 35px 0 15px;
    flex-wrap: wrap;
  }
  .index-block-c .title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .index-block-c .title .en {
    font-size: 30px;
  }
  .index-block-c .title .cn {
    font-size: 20px;
    line-height: 0.5em;
    color: #fff;
  }
  .index-block-c .menu {
    width: 100%;
    text-align: center;
  }
  .index-block-c .menu .a + .a {
    margin-left: 25px;
  }
  .index-block-c .swiper-box .cont {
    padding: 10px 0;
  }
  .index-block-c .swiper-box .title {
    margin-bottom: 0;
  }
  .index-block-c .swiper-box .txt {
    margin: 0 0 5px;
    line-height: 20px;
    height: 40px;
  }
  .index-block-c .btns {
    padding: 25px 0 35px;
  }
  .index-block-c .btns .btn {
    height: 40px;
    min-width: 40px;
  }
}
/***关于我们***/
.about-block-a {
  padding-bottom: 100px;
}
.about-block-a .imgs img {
  display: block;
}
.about-block-a .number-block {
  position: relative;
  z-index: 1;
  margin-top:-110px;
  padding:50px 30px;
  color: #015ba7;
  background: #fff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
}
.about-block-a .number-block .line {
  width: 1px;
  background: rgba(153, 153, 153, 0.2);
}
.about-block-a .number-block .number-wid {
  font-size: 14px;
  line-height: 20px;
}
.about-block-a .number-block .big {
  font-size: 60px;
  line-height: 1em;
}
.about-block-a .number-block .big .word {
  margin-left: 5px;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.about-block-a .cont {
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
@media (max-width: 1200px) {
  .about-block-a {
    padding-bottom: 35px;
  }
  .about-block-a .number-block {
    margin-top: -70px;
  }
  .about-block-a .number-block .big {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .about-block-a .number-block {
    margin-top: -5%;
    padding: 25px 0;
    flex-wrap: wrap;
  }
  .about-block-a .number-block .line {
    margin: 15px 0;
    height: 1px;
    width: 60%;
  }
  .about-block-a .number-block .number-wid {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .about-block-a .number-block .big {
    font-size: 30px;
  }
  .about-block-a .cont {
    padding: 40px 0;
  }
}
.about-block-b .flex-box {
  padding: 10px;
}
.about-block-b .cont {
  width: 100%;padding: 0px;
}
.about-block-b .cont .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #000000;
}
.about-block-b .cont .title-en {
  font-size: 14px;
  line-height: 1.4em;
  color: #015ba7;
}
.about-block-b .cont .text {
  padding-top: 70px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
.about-block-b .cont .text img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .about-block-b .cont {
    display: inline;
    width: auto;
    float: none;
  }
  .about-block-b .cont .title {
    font-size: 18px;
  }
  .about-block-b .cont .text {
    padding-top:0px;
    font-size: 14px;
  }
  .about-block-b .img {
    margin-left: 4%;
  }
}
.about-block-c {
  padding-bottom: 35px;
}
.about-block-c .cont {
  margin: -25px auto 0;
  width: 890px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.about-block-c .list {
  margin: -18px;
  padding-top: 60px;
  padding-bottom: 125px;
  font-size: 0;
}
.about-block-c .list .list-li {
  display: inline-block;
  width: 50%;
  padding: 18px;
  vertical-align: top;
}
.about-block-c .list .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.33333%;
}
.about-block-c .list .img-box:hover .word {
  background: rgba(1, 91, 167, 0.9);
}
.about-block-c .list .word {
  display: flex;
  position: absolute;
  left: 6%;
  top: 6%;
  width: 88%;
  height: 88%;
  align-items: center;
  text-align: center;
  color: #fff;
  background: rgba(1, 91, 167, 0.6);
  transition: all 0.3s;
}
.about-block-c .list .word .div {
  width: 100%;
  padding: 10px 15px;
}
.about-block-c .list .title {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.4em;
}
.about-block-c .list .des {
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .about-block-c .cont {
    margin-top: -15px;
  }
  .about-block-c .list {
    margin: -10px;
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .about-block-c .list .list-li {
    padding: 10px;
  }
  .about-block-c .list .word {
    left: 4%;
    top: 4%;
    width: 92%;
    height: 92%;
  }
  .about-block-c .list .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .about-block-c .list .des {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .about-block-c .cont {
    margin-top: -10px;
    font-size: 15px;
  }
  .about-block-c .list {
    margin: -8px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .about-block-c .list .list-li {
    padding: 8px;
  }
  .about-block-c .list .word {
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
  }
  .about-block-c .list .title {
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .about-block-c .list .list-li {
    width: 100%;
  }
  .about-block-c .list .word {
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
  }
}
.about-block-d {
  padding-bottom: 150px;
  background: url(../images/about/back.jpg) no-repeat center / 100% 100%;
}
.about-block-d .swiper-box {
  position: relative;
}
.about-block-d .btns .btn {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.about-block-d .btns .prev {
  left: 0;
}
.about-block-d .btns .next {
  right: 0;
}
.about-block-d .swiper-container {
  margin: 0 auto;
}
.about-block-d .swiper-slide {
  width: 490px;
}
.about-block-d .swiper-slide .box {
  display: block;
  border: 1px solid #dddddd;
  padding: 40px 50px 30px;
  text-align: center;
  color: #666666;
  background: #fff;
}
.about-block-d .swiper-slide .box:hover {
  color: #005ca4;
}
.about-block-d .swiper-slide .img {
  text-align: center;
}
.about-block-d .swiper-slide .img img {
  width: 270px;
}
.about-block-d .swiper-slide .txt {
  margin: 20px 0 20px;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .about-block-d {
    padding-bottom: 100px;
  }
  .about-block-d .swiper-slide {
    width: 400px;
  }
  .about-block-d .swiper-slide .box {
    padding: 25px 30px;
  }
  .about-block-d .swiper-slide .txt {
    margin: 15px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .about-block-d {
    padding-bottom: 70px;
  }
  .about-block-d .swiper-slide {
    width: 300px;
  }
  .about-block-d .swiper-slide .box {
    padding: 25px 30px;
  }
  .about-block-d .swiper-slide .txt {
    margin: 15px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-block-d .swiper-slide {
    width: 200px;
  }
  .about-block-d .swiper-slide .box {
    padding: 15px 15px 5px;
  }
  .about-block-d .swiper-slide .txt {
    margin: 10px 0;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .about-block-d .swiper-slide {
    width: 180px;
  }
  .about-block-d .swiper-slide .txt {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .about-block-d .swiper-slide {
    width: 180px;
  }
  .about-block-d .swiper-slide .txt {
    margin-bottom: 5px;
  }
}
.about-block-e {
  margin-bottom: 35px;
  padding-bottom: 120px;
}
.about-block-e .list {
  position: relative;
  padding-top: 35px;
  padding-bottom: 25px;
}
.about-block-e .list::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  border-left: 1px dashed #e5ddd0;
  height: 100%;
}
.about-block-e .list .li {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.about-block-e .list .li.hide {
  display: none;
}
.about-block-e .list .li:nth-child(odd) {
  padding-right: 35%;
  text-align: right;
}
.about-block-e .list .li:nth-child(odd) .pad {
  padding-right: 33px;
}
.about-block-e .list .li:nth-child(odd) .date::before {
  right: -13px;
}
.about-block-e .list .li:nth-child(odd) .cont::before {
  right: -3.5px;
}
.about-block-e .list .li:nth-child(even) {
  padding-left: 35%;
}
.about-block-e .list .li:nth-child(even) .pad {
  padding-left: 33px;
}
.about-block-e .list .li:nth-child(even) .date::before {
  left: -13px;
}
.about-block-e .list .li:nth-child(even) .cont::before {
  left: -3.5px;
}
.about-block-e .list .li .date {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: -1px;
  color: #333333;
}
.about-block-e .list .li .date::before {
  top: 50%;
  margin-top: -12.5px;
  border: 5px solid #015ba7;
  height: 25px;
  width: 25px;
  background: #fff;
}
.about-block-e .list .li .cont {
  font-size: 16px;
  line-height: 1.5em;
  color: #666666;
}
.about-block-e .list .li .cont::before {
  top: 7px;
  height: 7px;
  width: 7px;
  background: #b1b2ca;
}
.about-block-e .list .li .pad {
  position: relative;
}
.about-block-e .list .li .pad::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}
.about-block-e .more {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #015ba7;
  cursor: pointer;
}
.about-block-e .more:hover {
  background-color: #0c73ca;
}
@media (max-width: 1200px) {
  .about-block-e {
    padding-bottom: 55px;
  }
  .about-block-e .list {
    padding-top: 15px;
  }
  .about-block-e .list .li {
    width: 100%;
  }
  .about-block-e .list .li:nth-child(odd) {
    padding-right: 50%;
  }
  .about-block-e .list .li:nth-child(even) {
    padding-left: 50%;
  }
  .about-block-e .list .li .date {
    font-size: 26px;
  }
  .about-block-e .list .li .cont {
    font-size: 15px;
  }
  .about-block-e .more {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .about-block-e {
    padding-bottom: 45px;
  }
  .about-block-e .list {
    margin-left: 10px;
    padding-top: 5px;
  }
  .about-block-e .list::before {
    left: 0;
  }
  .about-block-e .list .li:nth-child(odd) {
    padding-right: 0;
    text-align: left;
  }
  .about-block-e .list .li:nth-child(odd) .pad {
    padding: 0 0 0 20px;
  }
  .about-block-e .list .li:nth-child(odd) .date::before {
    left: -8.5px;
  }
  .about-block-e .list .li:nth-child(odd) .cont::before {
    left: -3.5px;
  }
  .about-block-e .list .li:nth-child(even) {
    padding-left: 0;
  }
  .about-block-e .list .li:nth-child(even) .pad {
    padding: 0 0 0 20px;
  }
  .about-block-e .list .li:nth-child(even) .date::before {
    left: -8.5px;
  }
  .about-block-e .list .li .date {
    margin: 15px 0 10px;
    font-size: 20px;
  }
  .about-block-e .list .li .date::before {
    margin-top: -8.5px;
    border-width: 3px;
    height: 17px;
    width: 17px;
  }
  .about-block-e .list .li .cont {
    font-size: 14px;
  }
  .about-block-e .more {
    width: 36px;
    height: 36px;
  }
}
.about-block-f {
  margin-bottom: 35px;
}
.about-block-f .list {
  padding-bottom: 120px;
}
.about-block-f .list .li {
  background-color: transparent;
  transition: all 0.3s;
}
.about-block-f .list .li:first-child .title {
  border-top: 1px solid #d9d9d9;
}
.about-block-f .list .li.on {
  background-color: #f2f2f2;
}
.about-block-f .list .li.on .title {
  border-bottom-color: transparent;
  border-top-color: transparent;
  color: #fff;
  background-color: #015ba7;
}
.about-block-f .list .li.on .title .jt-g::before,
.about-block-f .list .li.on .title .jt-g::after {
  background: #fff;
}
.about-block-f .list .jt-g {
  margin-left: 15px;
  margin-right: -15px;
  height: 22px;
}
.about-block-f .list .pad {
  padding: 19px 45px;
}
.about-block-f .list .title {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  background-color: transparent;
  transition: all 0.3s;
}
.about-block-f .list .title:hover {
  color: #015ba7;
}
.about-block-f .list .cont {
  display: none;
  font-size: 14px;
  line-height: 2em;
  color: #888888;
}
.about-block-f .list .parameter {
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
  border-bottom: 1px solid #cccccc;
}
.about-block-f .list .parameter .wid {
  width: 25%;
  padding: 5px 10px 5px 0;
}
.about-block-f .list .bot {
  padding-top: 35px;
  padding-bottom: 17px;
}
.about-block-f .list .bot .link {
  display: inline-block;
  margin-right: 20px;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  background-color: #015ba7;
}
.about-block-f .list .bot .link:hover {
  background: #0c73ca;
}
@media (max-width: 1200px) {
  .about-block-f .list {
    padding-bottom: 55px;
  }
  .about-block-f .list .pad {
    padding: 15px 25px;
  }
  .about-block-f .list .jt-g {
    margin-right: -10px;
  }
  .about-block-f .list .title {
    font-size: 15px;
    line-height: 20px;
  }
  .about-block-f .list .cont {
    line-height: 1.6em;
  }
  .about-block-f .list .parameter {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-block-f .list .parameter .wid {
    padding: 2px 10px 2px 0;
  }
  .about-block-f .list .bot {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .about-block-f .list .bot .link {
    margin-right: 15px;
    padding: 0 25px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  .about-block-f .list {
    padding-bottom: 35px;
  }
  .about-block-f .list .pad {
    padding-left: 15px;
  }
  .about-block-f .list .parameter {
    justify-content: space-between;
  }
  .about-block-f .list .parameter .wid {
    width: 49%;
    padding-right: 0;
  }
  .about-block-f .list .bot .link {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0 15px;
    text-align: center;
    line-height: 34px;
  }
}
.product-block-a {
  padding-top: 60px;
  padding-bottom: 30px;
}
.product-block-a .pad {
  border: 1px solid #eeeeee;
  padding: 1.96% 2.614%;
  align-items: center;
}
.product-block-a .left {
  display: flex;
  margin-right: 3.8%;
  width: 100%;
  padding: 30px;
  align-items: flex-start;
  background-color: #fbfbfb;
}
.product-block-a .left .auto-title {
  margin-right: 45px;
  padding-top: 15px;
  flex-shrink: 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-block-a .left .hr {
  display: block;
  margin-left: 14px;
  margin-top: 14px;
  margin-bottom: 8px;
  border: 0 none;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.product-block-a .right {
  width: 310px;
  flex-shrink: 0;
}
.product-block-a .en {
  margin-top: 4px;
  padding-left: 14px;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.1em;
  color: #b3b3b3;
  opacity: 0.6;
}
.product-block-a .ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.product-block-a .ul li {
  width: 20%;
  padding: 0 8px;
}
.product-block-a .ul .on .a {
  color: #005ca4;
}
.product-block-a .ul .on .jt-c::before,
.product-block-a .ul .on .jt-c::after {
  background: #005ca4;
}
.product-block-a .ul .a {
  display: block;
  position: relative;
  margin-left: 17px;
  padding: 18px 0;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.product-block-a .ul .a:hover {
  color: #005ca4;
}
.product-block-a .ul .jt-c {
  position: absolute;
  left: -18px;
  top: 0;
  height: 100%;
}
.product-block-a .form-type-a {
  margin-top: 13px;
}
.list-type-a .ul {
  margin: -15px;
  font-size: 0;
}
.list-type-a .ul li {
  display: inline-block;
  width: 33.333%;
  padding: 15px;
  vertical-align: top;
}
.list-type-a .ul .box {
  display: block;
  border: solid 1px #eeeeee;
  padding: 10px 11px 0;
  text-align: center;
  color: #666666;
}
.list-type-a .ul .box:hover {
  color: #005ca4;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
}
.list-type-a .ul .img-box::before {
  content: '';
  display: block;
  padding-top: 66.67%;
}
.list-type-a .ul .title {
  margin: 27px 0;
  font-size: 21px;
  line-height: 1.5em;
}
.product-list {
  margin-bottom: 35px;
  padding-bottom: 80px;
}
@media (min-width: 1230px) {
  .list-type-a .ul .img-box {
    max-width: 465px;
  }
}
@media (max-width: 1200px) {
  .product-block-a {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .product-block-a .pad {
    flex-wrap: wrap;
  }
  .product-block-a .left {
    margin-right: 0;
    padding: 20px 20px;
    flex-wrap: wrap;
    background-color: #fbfbfb;
  }
  .product-block-a .left .auto-title {
    margin-right: 0;
    padding-top: 0;
    flex-direction: row;
  }
  .product-block-a .left .hr {
    display: none;
  }
  .product-block-a .right {
    width: 100%;
    padding-top: 15px;
    flex-shrink: inherit;
  }
  .product-block-a .right .auto-title {
    display: inline-block;
  }
  .product-block-a .right .en {
    display: inline-block;
  }
  .product-block-a .en {
    margin-top: 0;
    font-size: 20px;
  }
  .product-block-a .ul {
    padding: 5px 0;
    flex-wrap: wrap;
  }
  .product-block-a .ul li {
    width: 50%;
  }
  .product-block-a .ul li + li .a {
    border-top: 0 none;
  }
  .product-block-a .ul .a {
    margin-left: 13px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 15px 0;
  }
  .product-block-a .ul .jt-c {
    left: -13px;
  }
  .product-block-a .form-type-a {
    margin-top: 10px;
  }
  .list-type-a .ul {
    margin: -7px;
  }
  .list-type-a .ul li {
    padding: 7px;
  }
  .list-type-a .ul .box {
    padding: 8px 8px 0;
  }
  .list-type-a .ul .title {
    margin: 10px 0;
    font-size: 16px;
  }
  .product-list {
    padding-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .product-block-a {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .product-block-a .pad {
    padding: 20px 15px;
  }
  .product-block-a .en {
    font-size: 16px;
  }
  .product-block-a .ul li {
    width: 100%;
    padding: 0;
  }
  .product-block-a .ul .a {
    padding: 12px 0;
    font-size: 14px;
  }
  .product-block-a .form-type-a {
    margin-top: 10px;
  }
  .list-type-a .ul {
    margin: -5px;
  }
  .list-type-a .ul li {
    width: 50%;
    padding: 5px;
  }
  .list-type-a .ul .box {
    padding: 5px 5px 0;
  }
  .list-type-a .ul .title {
    font-size: 14px;
  }
  .product-list {
    padding-bottom: 15px;
  }
}
/**产品详情**/
.product-info-a .pad {
  padding: 40px;
}
.product-info-a .left {
  width: 38.966%;
}
.product-info-a .big {
  position: relative;
  margin-bottom: 40px;
}
.product-info-a .big .probox {
  position: relative;
}
.product-info-a .big .probox::before {
  content: "";
  display: block;
  padding-top: 68.144%;
}
.product-info-a .big .probox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-info-a .big .probox .icons {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon3_2.png) no-repeat center / 50%;
}
.product-info-a .big .hoverbox {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 50%;
  width: 50%;
  cursor: move;
  background: #005ca4;
  opacity: 0.7;
}
.product-info-a .big .showbox {
  display: none;
  position: absolute;
  left: 102%;
  top: 0;
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-info-a .big .showbox img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: 99999%;
}
.product-info-a .swiper-box {
  position: relative;
}
.product-info-a .swiper-box .on .img-box::after {
  border-color: #045da8;
}
.product-info-a .swiper-box .img-box {
  display: block;
  padding-top: 68.144%;
}
.product-info-a .swiper-box .img-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
}
.product-info-a .swiper-box .btns-box .btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 16px;
}
.product-info-a .swiper-box .btns-box .prev {
  left: -26px;
}
.product-info-a .swiper-box .btns-box .next {
  right: -26px;
}
.product-info-a .right {
  width: 50%;
}
.product-info-a .right .h2 {
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.4em;
  color: #000000;
}
.product-info-a .right .cont {
  width: 575px;
  max-width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.product-info-a .right .btn-box-a {
  margin: 18% 0;
}
.product-info-a .right .btn-box-a .word {
  display: block;
  padding-left: 36px;
  background: no-repeat left center;
}
.product-info-a .right .btn-box-a .btn {
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  padding: 0 30px 0 20px;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
  background-color: transparent;
  transition: all 0.3s;
}
.product-info-a .right .btn-box-a .btn:hover {
  color: #fff;
  background-color: #045da8;
}
.product-info-a .right .btn-box-a .xd .word {
  background-image: url(../images/icon8.png);
}
.product-info-a .right .btn-box-a .xd:hover .word {
  background-image: url(../images/icon8_h.png);
}
.product-info-a .right .btn-box-a .zx {
  margin-left: 10px;
}
.product-info-a .right .btn-box-a .zx .word {
  background-image: url(../images/icon9.png);
}
.product-info-a .right .btn-box-a .zx:hover .word {
  background-image: url(../images/icon9_h.png);
}
.product-info-a .right .other {
  display: flex;
  justify-content: space-between;
}
.product-info-a .right .other .tips {
  width: 250px;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}
.product-info-a .right .other .nums {
  width: 45%;
  font-weight: bold;
}
.product-info-a .right .other .nums .num-title {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1em;
  color: #000000;
}
.product-info-a .right .other .nums .num-num {
  font-size: 32px;
  line-height: 1em;
  color: #045da8;
}
@media (max-width: 1200px) {
  .product-info-a .pad {
    padding: 25px;
  }
  .product-info-a .big {
    margin-bottom: 15px;
  }
  .product-info-a .big .hoverbox {
    display: none!important;
  }
  .product-info-a .big .probox .icons {
    display: none;
  }
  .product-info-a .big .showbox {
    display: none!important;
  }
  .product-info-a .swiper-box .btns-box .prev {
    left: -20px;
  }
  .product-info-a .swiper-box .btns-box .next {
    right: -20px;
  }
  .product-info-a .right {
    width: 57%;
  }
  .product-info-a .right .h2 {
    margin-bottom: 7px;
    font-size: 26px;
  }
  .product-info-a .right .cont {
    font-size: 15px;
    line-height: 26px;
  }
  .product-info-a .right .btn-box-a {
    margin: 25px 0;
  }
  .product-info-a .right .other .tips {
    line-height: 20px;
  }
  .product-info-a .right .other .nums .num-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .product-info-a .right .other .nums .num-num {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .product-info-a .pad {
    padding: 20px;
  }
  .product-info-a .left {
    width: 100%;
  }
  .product-info-a .swiper-box {
    margin: 0 25px;
  }
  .product-info-a .swiper-box .btns-box .btn {
    width: 20px;
  }
  .product-info-a .swiper-box .btns-box .prev {
    left: -25px;
  }
  .product-info-a .swiper-box .btns-box .next {
    right: -25px;
  }
  .product-info-a .right {
    width: 100%;
  }
  .product-info-a .right .h2 {
    margin-top: 25px;
    margin-bottom: 7px;
    font-size: 18px;
  }
  .product-info-a .right .cont {
    font-size: 14px;
    width: 100%;
  }
  .product-info-a .right .btn-box-a {
    margin: 15px 0;
  }
  .product-info-a .right .btn-box-a .btn {
    font-size: 14px;
    line-height: 36px;
  }
  .product-info-a .right .btn-box-a .btn .word {
    padding-left: 25px;
    background-size: 18px auto;
  }
  .product-info-a .right .other {
    flex-direction: column;
  }
  .product-info-a .right .other .tips {
    display: block;
    margin-bottom: 10px;
  }
  .product-info-a .right .other .nums {
    width: 100%;
  }
  .product-info-a .right .other .nums .num-title {
    font-size: 16px;
  }
  .product-info-a .right .other .nums .num-num {
    font-size: 20px;
  }
}
.product-info-b {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-bottom: 120px;
}
.product-info-b .left {
  width: 68.3%;
}
.product-info-b .left .pad-bt {
  padding-left: 42px;
  padding-right: 42px;
}
.product-info-b .tab-title {
  border-bottom: 1px solid #eeeeee;
}
.product-info-b .tab-title .title {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 76px;
  color: #999999;
}
.product-info-b .tab-title .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s;
}
.product-info-b .tab-title .title:hover {
  color: #045da8;
}
.product-info-b .tab-title .title.on {
  color: #045da8;
}
.product-info-b .tab-title .title.on::before {
  background: #045da8;
}
.product-info-b .tab-title .title.down {
  margin-left: 65px;
  cursor: pointer;
}
.product-info-b .tab-cont {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.product-info-b .right {
  width: 30.1%;
}
.put-product .put-product-title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 76px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
}
.put-product .put-product-title::before,
.put-product .put-product-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  background: url(../images/icon10.png) no-repeat center;
}
.put-product .put-product-title::after {
  right: 0;
}
.put-product .ul .li {
  margin-top: 25px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}
.put-product .ul .box {
  display: block;
  padding: 17px 14px 0;
}
.put-product .ul .box:hover .title {
  color: #045da8;
}
.put-product .ul .img-box::before {
  content: "";
  display: block;
  padding-top: 60.046%;
}
.put-product .ul .title {
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
@media (max-width: 1200px) {
  .product-info-b {
    margin-top: 20px;
    padding-bottom: 65px;
  }
  .product-info-b .left .pad-bt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-info-b .tab-title .title {
    font-size: 15px;
    line-height: 56px;
  }
  .product-info-b .tab-title .title.down {
    margin-left: 30px;
  }
  .product-info-b .tab-cont {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
  }
  .put-product .put-product-title {
    font-size: 15px;
    line-height: 56px;
  }
  .put-product .ul .li {
    margin-top: 15px;
  }
  .put-product .ul .box {
    padding: 12px 10px 0;
  }
  .put-product .ul .title {
    padding: 15px 0;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .product-info-b {
    margin-top: 15px;
    padding-bottom: 35px;
  }
  .product-info-b .tab-title {
    text-align: center;
  }
  .product-info-b .tab-cont {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 26px;
  }
  .product-info-b .left {
    width: 100%;
  }
  .product-info-b .left .pad-bt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-info-b .tab-cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-info-b .right {
    display: none;
  }
}
/***新闻资讯***/
.news-list {
  margin-bottom: 35px;
  padding-bottom: 50px;
}
.put-news-a {
  padding-top: 100px;
}
.put-news-a .box {
  display: block;
}
.put-news-a .box .img-box {
  display: inline-block;
  width: 49.02%;
  vertical-align: middle;
}
.put-news-a .box .img-box::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.put-news-a .box:hover .title {
  color: #015ba7;
}
.put-news-a .cont {
  display: inline-block;
  width: 50%;
  padding-left: 6.5%;
  vertical-align: middle;
}
.put-news-a .cont .time {
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.put-news-a .cont .title {
  margin-top: 9%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4em;
  color: #000000;
}
.put-news-a .cont .des {
  margin-bottom: 13%;
  font-size: 16px;
  line-height: 1.4em;
  color: #7e7e7e;
}
.put-news-a .cont .more {
  display: inline-block;
  border-radius: 21px;
  border: solid 1px #cccccc;
  padding: 0 30px 0 34px;
  font-size: 16px;
  line-height: 40px;
  color: #015ba7;
  background-color: #ffffff;
}
.put-news-a .cont .more .jt {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.put-news-a .btns-points {
  padding: 70px 0 48px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.put-news-a .btns-points span {
  display: inline-block;
  margin: 0 9px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: #dddddd;
  cursor: pointer;
  opacity: 1;
}
.put-news-a .btns-points .swiper-pagination-bullet-active {
  background: #015ba7;
}
.list-type-b .ul li {
  border-bottom: 1px solid #ddd;
  padding: 45px 0;
}
.list-type-b .ul .box {
  display: flex;
  align-items: center;
}
.list-type-b .ul .box:hover .title,
.list-type-b .ul .box:hover .des {
  color: #015ba7;
}
.list-type-b .ul .box:hover .other .time {
  opacity: 0;
}
.list-type-b .ul .box:hover .other .more {
  opacity: 1;
}
.list-type-b .ul .img-box {
  width: 365px;
  flex-shrink: 0;
}
.list-type-b .ul .img-box::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.list-type-b .ul .cont {
  margin-left: 3.9215%;
  margin-right: 16.5%;
  max-width: 720px;
  width: 100%;
  overflow: hidden;
}
.list-type-b .ul .title {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.list-type-b .ul .des {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.list-type-b .ul .other {
  flex-shrink: 0;
  position: relative;
}
.list-type-b .ul .other .time {
  opacity: 1;
}
.list-type-b .ul .other .year {
  margin-bottom: 19px;
  font-size: 26px;
  line-height: 22px;
  color: #878787;
}
.list-type-b .ul .other .month {
  font-size: 52px;
  line-height: 22px;
  color: #878787;
}
.list-type-b .ul .other .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  border-radius: 21px;
  width: 138px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  background-color: #015ba7;
  opacity: 0;
}
@media (max-width: 1200px) {
  .news-list {
    padding-bottom: 30px;
  }
  .put-news-a {
    padding-top: 55px;
  }
  .put-news-a .cont {
    padding-left: 3.5%;
  }
  .put-news-a .cont .title {
    margin-top: 7%;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .put-news-a .cont .des {
    margin-bottom: 8%;
  }
  .put-news-a .cont .more {
    border-radius: 18px;
    padding: 0 30px 0 34px;
    line-height: 36px;
  }
  .put-news-a .btns-points {
    padding: 35px 0 40px;
  }
  .list-type-b .ul li {
    padding: 40px 0;
  }
  .list-type-b .ul .img-box {
    width: 300px;
  }
  .list-type-b .ul .cont {
    margin-right: 0;
  }
  .list-type-b .ul .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .list-type-b .ul .des {
    line-height: 24px;
  }
  .list-type-b .ul .other .year {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1em;
  }
  .list-type-b .ul .other .month {
    font-size: 36px;
    line-height: 22px;
  }
  .list-type-b .ul .other .more {
    margin-top: -18px;
    border-radius: 18px;
    width: 90px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  .news-list {
    padding-bottom: 15px;
  }
  .put-news-a {
    padding-top: 35px;
  }
  .put-news-a .cont {
    padding-left: 25px;
  }
  .put-news-a .cont .title {
    margin-top: 4%;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .put-news-a .cont .des {
    margin-bottom: 5%;
    font-size: 15px;
  }
  .put-news-a .cont .more {
    border-radius: 16px;
    padding: 0 25px 0 30px;
    font-size: 14px;
    line-height: 32px;
  }
  .put-news-a .cont .more .jt {
    margin-bottom: 3px;
  }
  .put-news-a .btns-points {
    padding: 35px 0 40px;
  }
  .list-type-b .ul li {
    padding: 35px 0;
  }
  .list-type-b .ul .img-box {
    width: 280px;
  }
  .list-type-b .ul .title {
    margin-bottom: 8px;
  }
  .list-type-b .ul .cont {
    margin-left: 25px;
  }
  .list-type-b .ul .other {
    display: none;
  }
}
@media (max-width: 768px) {
  .put-news-a .box .img-box {
    width: 100%;
  }
  .put-news-a .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .put-news-a .cont .time {
    font-size: 14px;
  }
  .put-news-a .cont .title {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .put-news-a .cont .des {
    margin-bottom: 0;
    font-size: 14px;
  }
  .put-news-a .cont .more {
    display: none;
  }
  .put-news-a .btns-points {
    padding: 20px 0 30px;
  }
  .put-news-a .btns-points span {
    margin: 0 7px;
  }
  .list-type-b .ul li {
    padding: 20px 0;
  }
  .list-type-b .ul .img-box {
    width: 160px;
  }
  .list-type-b .ul .title {
    margin-bottom: 8px;
  }
  .list-type-b .ul .cont {
    margin-left: 15px;
  }
}
/***新闻详情***/
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page-box .p a {
  color: #555555;
}
.info-page-box .p a:hover {
  color: #005ca4;
}
.news-info .wrap-box {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.news-info .left-box {
  width: 67%;
}
.news-info .left-box .h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #555555;
}
.news-info .left-box .other {
  padding-top: 18px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 32px;
  color: #c8c8c8;
}
.news-info .left-box .other .looks {
  margin-left: 18px;
}
.news-info .left-box .content {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
  overflow-y: auto;
}
.news-info .left-box .content table {
  display: block;
  max-width: 100%;
}
.news-info .right-box {
  width: 28%;
}
.put-news-b .title {
  font-size: 22px;
  line-height: 30px;
  color: #555555;
}
.put-news-b .ul {
  padding-top: 25px;
}
.put-news-b .ul li + li {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
}
.put-news-b .ul .li-title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.put-news-b .ul .li-title:hover {
  color: #015ba7;
}
.put-news-b .ul .other {
  font-size: 15px;
  line-height: 25px;
  color: #c8c8c8;
}
.put-news-b .ul .other .looks {
  margin-left: 18px;
}
@media (max-width: 1200px) {
  .info-page-box {
    padding: 12px 0;
  }
  .news-info .wrap-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-info .left-box .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .news-info .left-box .other {
    padding-bottom: 14px;
  }
  .news-info .left-box .other .looks {
    margin-left: 15px;
  }
  .news-info .left-box .content {
    padding: 25px 0;
    line-height: 26px;
  }
  .put-news-b .title {
    font-size: 20px;
    line-height: 26px;
  }
  .put-news-b .ul {
    padding-top: 15px;
  }
  .put-news-b .ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .put-news-b .ul .li-title {
    font-size: 15px;
    line-height: 26px;
  }
  .put-news-b .ul .other {
    font-size: 14px;
    line-height: 20px;
  }
  .put-news-b .ul .other .looks {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .info-page-box {
    padding: 10px 0;
  }
  .info-page-box .p {
    max-width: 100%;
    width: 100%;
    line-height: 26px;
  }
  .news-info .wrap-box {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .news-info .left-box {
    width: 100%;
  }
  .news-info .left-box .h2 {
    text-align: center;
    font-size: 18px;
  }
  .news-info .other {
    text-align: center;width: 100%;
  }

  
  .put-news-b {
    display: none;
  }
}
/***在线预定***/
.line-block-a .h2 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4em;
  color: #015ba7;
}
.line-block-a .form-box {
  padding-top: 90px;
  padding-bottom: 130px;
}
.line-block-a .form-box .form {
  display: block;
  margin: 0 -15px;
  font-size: 0;
}
.line-block-a .form-box .wid {
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
}
.line-block-a .form-box .last-wid {
  padding-top: 40px;
}
.line-block-a .form-box .input-box {
  border: 1px solid #dddddd;
}
.line-block-a .form-box .input-box .input {
  display: block;
  width: 100%;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.line-block-a .form-box .input-box input.input {
  height: 52px;
}
.line-block-a .form-box .code-box {
  display: inline-block;
  vertical-align: middle;
}
.line-block-a .form-box .code-box .input-box {
  display: flex;
  width: 390px;
  align-items: center;
}
.line-block-a .form-box .code-box .input-box .input {
  width: 100%;
}
.line-block-a .form-box .code-box .input-box img {
  flex-shrink: 0;
  margin-right: 30px;
}
.line-block-a .form-box .code-box .code-img {
  cursor: pointer;
}
.line-block-a .form-box .btn-a {
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  text-align: center;
  font-size: 14px;
  line-height: 54px;
  color: #ffffff;
  background-color: #d7d7d7;
  cursor: pointer;
  transition: all 0.3s;
}
.line-block-a .form-box .btn-a.on {
  background-color: #1c71b6;
}
.line-block-a .form-box .btn-a:hover {
  background-color: #0e79d0;
}
.line-block-a .form-box .submit {
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .line-block-a .h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .line-block-a .form-box {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .line-block-a .form-box .form {
    margin: 0 -10px;
  }
  .line-block-a .form-box .wid {
    padding: 10px;
  }
  .line-block-a .form-box .last-wid {
    padding-top: 20px;
  }
  .line-block-a .form-box .input-box .input {
    padding: 12px 15px;
  }
  .line-block-a .form-box .input-box input.input {
    height: 46px;
  }
  .line-block-a .form-box .code-box .input-box {
    width: 360px;
  }
  .line-block-a .form-box .code-box .input-box img {
    margin-right: 15px;
  }
  .line-block-a .form-box .btn-a {
    width: 162px;
    line-height: 48px;
  }
  .line-block-a .form-box .submit {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .line-block-a .h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .line-block-a .form-box {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .line-block-a .form-box .form {
    margin: 0 -8px;
  }
  .line-block-a .form-box .wid {
    padding: 8px;
  }
  .line-block-a .form-box .last-wid {
    padding-top: 10px;
  }
  .line-block-a .form-box .input-box .input {
    padding: 10px 15px;
  }
  .line-block-a .form-box .input-box input.input {
    height: 44px;
  }
  .line-block-a .form-box .code-box {
    margin-bottom: 18px;
    width: 100%;
  }
  .line-block-a .form-box .code-box .input-box {
    width: 100%;
  }
  .line-block-a .form-box .code-box .input-box img {
    margin-right: 14px;
  }
  .line-block-a .form-box .btn-a {
    width: 50%;
    line-height: 44px;
  }
  .line-block-a .form-box .submit {
    margin: 0;
  }
}
/***联系方式***/
.contact-block-a {
  padding-top:20px;
}
.contact-block-a .h2 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4em;
  color: #015ba7;
}
.contact-block-a .des {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  color: #000000;
  opacity: 0.4;
}
.contact-block-a .wid-box {
  display: flex;
  padding: 55px 0 70px;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-block-a .wid-box .wid {
  width: 20%;
  padding: 0 15px;
  text-align: center;
}
.contact-block-a .wid-box img {
  display: block;
  margin: 0 auto;
}
.contact-block-a .wid-box .wid-title {
  margin: 15px 0 8px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.contact-block-a .wid-box .wid-text {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.contact-block-a .wid-box a {
  color: #000000;
}
.contact-block-b {
  padding-bottom: 120px;
}
.contact-block-b .map {
  height: 620px;
}
.contact-block-b .map img {
  max-width: 9999px;
}
.contact-block-b .wrap {
  max-width: 1230px;
}
.contact-block-b .wid-box {
  display: flex;
  position: relative;
  margin-top: -60px;
  z-index: 2;
  padding: 3.7% 0;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
}
.contact-block-b .wid-box .wid {
  display: flex;
  width: 50%;
  padding: 1% 4%;
  color: #666666;
}
.contact-block-b .wid-box .icon {
  flex-shrink: 0;
  margin-top: 7px;
  margin-right: 7%;
}
.contact-block-b .wid-box .cont .title {
  font-size: 18px;
  line-height: 26px;
}
.contact-block-b .wid-box .cont .des {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-top: 40px;
  }
  .contact-block-a .h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
  .contact-block-a .des {
    font-size: 18px;
  }
  .contact-block-a .wid-box {
    padding: 25px 0 50px;
  }
  .contact-block-a .wid-box .wid {
    width: 25%;
  }
  .contact-block-a .wid-box .wid-title {
    margin: 10px 0 5px;
  }
  .contact-block-b {
    padding-bottom: 50px;
  }
  .contact-block-b .map {
    height: 420px;
  }
  .contact-block-b .wid-box .wid {
    padding: 1% 3%;
  }
  .contact-block-b .wid-box .icon {
    margin-top: 5px;
    margin-right: 3%;
  }
  .contact-block-b .wid-box .cont .title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .contact-block-a {
    padding-top: 35px;
  }
  .contact-block-a .h2 {
    margin-bottom: 2px;
    font-size: 20px;
  }
  .contact-block-a .des {
    font-size: 16px;
  }
  .contact-block-a .wid-box {
    padding: 20px 0 15px;
  }
  .contact-block-a .wid-box .wid {
    border-top: 1px solid #eeeeee;
    width: 100%;
    padding: 10px 15px 25px;
  }
  .contact-block-a .wid-box img {
    width: 50px;
    height: auto;
  }
  .contact-block-a .wid-box .wid-title {
    margin: 5px 0 5px;
  }
  .contact-block-b {
    padding-bottom: 40px;
  }
  .contact-block-b .map {
    height: 300px;
  }
  .contact-block-b .wid-box {
    margin-top: 25px;
    padding: 15px 15px;
  }
  .contact-block-b .wid-box .wid {
    width: 100%;
    padding: 10px 0;
    align-items: flex-start;
  }
  .contact-block-b .wid-box .icon {
    margin-right: 15px;
    width: 18px;
    height: auto;
  }

}
/*首页关于我们*/
.about-box{ padding: 75px 0 100px; background: url(../images/aboutbj.jpg);}
.about-box .wrap{ display: flex; align-items: center; justify-content: space-between; -webkit-justify-content: space-between;}
.about-box .text{ display: block; width:46%;float: left;}


.about-box .text .tit{padding:0px 0 20px; font-weight: bold; font-size: 30px; color: #204885;}
.about-box .text .tit :before{ content: ""; position:absolute; left:0; top:0px; background-size: cover; width:60px; height:3px;background: #204885;}
.about-box .text .tit .cn{line-height:35px; font-size: 26px;}
.about-box .text .tit .en{ position:relative;line-height:35px; font-size: 26px;padding-top:10px;font-weight:bold;display: inline-block;color: #333;}

.about-box .text .des{ margin-top: 24px; font-size: 16px; line-height: 36px; text-align: justify;margin-bottom:30px;}
.more-button{ background: #204885; font-size: 14px;padding:10px 30px;color: #fff;}
.more-button:hover{ background: #bcd438;}

.about-box .img{ width: 48%; position: relative;float: right;}
.about-box .img img{ position: relative; z-index: 1;  width: 100%;}
/*.about-box .img:before{ content: ""; position: absolute; z-index: 2; top:50%; left:50%; background-image: url(../images/ico_play.png); width: 70px; height: 70px; background-size: cover; transform: translateX(-50%) translateY(-50%);}*/
.about-box .img:after{ content: ""; z-index: 0; position: absolute; top:-20px; right:-20px; width:40%; height: 60%; background: #204885;}
.about-box .img:before{ content: ""; z-index: 0; position: absolute; bottom:-20px; right:-20px; width:40%; height:60%; background: #204885;}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	.about-box{ padding: 1rem 0;}
	.about-box .wrap{ display: block;}
	.about-box .text{ width: 100%;float: none;}
	.about-box .text .tit .cn{line-height:35px; font-size:22px;}
	.about-box .text .tit .en{ position:relative;line-height:30px;font-size:20px;}
	.about-box .text .des{ margin:0px 0px 20px; font-size:14px; line-height:24px; }
	.about-box .img{ width: 95%; margin:40px 5% 0 0;}
}